runtime.g.writebuf (field)

12 uses

	runtime (current package)
		mprof.go#L1204: 			g0.writebuf = buf[0:0:len(buf)]
		mprof.go#L1211: 			n = len(g0.writebuf)
		mprof.go#L1212: 			g0.writebuf = nil
		print.go#L96: 	if gp == nil || gp.writebuf == nil || gp.m.dying > 0 {
		print.go#L101: 	n := copy(gp.writebuf[len(gp.writebuf):cap(gp.writebuf)], b)
		print.go#L102: 	gp.writebuf = gp.writebuf[:len(gp.writebuf)+n]
		proc.go#L3878: 	gp.writebuf = nil
		runtime2.go#L481: 	writebuf      []byte